home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / New Stuffed Files / MacDM,v2.0.sit / Treasure & Spells / background_2446.txt < prev    next >
Encoding:
Text File  |  1988-10-20  |  48.1 KB  |  2,298 lines

  1. -- background: 2446 from stack: in
  2. -- bmap block id: 2111
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=467 top=15 right=47 bottom=508
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   ls
  23.   go card "Experience Calculator" of stack "Hitpoint Records"
  24.   if field "xmonsterpoints1" is 0 then
  25.     delete line 1 of field "xmonsterpoints1"
  26.   end if
  27.   if field "xmonsterpoints2" is 0 then
  28.     delete line 1 of field "xmonsterpoints2"
  29.   end if
  30.   if field "xmonsterpoints3" is 0 then
  31.     delete line 1 of field "xmonsterpoints3"
  32.   end if
  33.   if field "xmonsterpoints4" is 0 then
  34.     delete line 1 of field "xmonsterpoints4"
  35.   end if
  36.   if field "xmonsterpoints5" is 0 then
  37.     delete line 1 of field "xmonsterpoints5"
  38.   end if
  39.   if field "xmonsterpoints6" is 0 then
  40.     delete line 1 of field "xmonsterpoints6"
  41.   end if
  42.   if field "xmonsterpoints7" is 0 then
  43.     delete line 1 of field "xmonsterpoints7"
  44.   end if
  45.   if field "xmonsterpoints8" is 0 then
  46.     delete line 1 of field "xmonsterpoints8"
  47.   end if
  48.   if field "xmonsterpoints9" is 0 then
  49.     delete line 1 of field "xmonsterpoints9"
  50.   end if
  51.   if field "xmonsterpoints10" is 0 then
  52.     delete line 1 of field "xmonsterpoints10"
  53.   end if
  54.   if field "xmonsterpoints11" is 0 then
  55.     delete line 1 of field "xmonsterpoints11"
  56.   end if
  57.   if field "xmonsterpoints12" is 0 then
  58.     delete line 1 of field "xmonsterpoints12"
  59.   end if
  60.   unlock screen with visual dissolve
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 2 (button)
  66. -- low flags: 00
  67. -- high flags: 0000
  68. -- rect: left=420 top=15 right=47 bottom=461
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: 
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   vd
  80.   go stack "MacDM Notes"
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 5 (button)
  86. -- low flags: 00
  87. -- high flags: 0000
  88. -- rect: left=285 top=15 right=47 bottom=326
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: 
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   vd
  100.   go stack "Hitpoint Records"
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 6 (button)
  106. -- low flags: 00
  107. -- high flags: 0000
  108. -- rect: left=238 top=15 right=47 bottom=279
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 1
  112. -- font id: 0
  113. -- text size: 12
  114. -- style flags: 0
  115. -- line height: 16
  116. -- part name: 
  117. ----- HyperTalk script -----
  118. on mouseUp
  119.   vd
  120.   go stack "Battle Matrix"
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 7 (button)
  126. -- low flags: 00
  127. -- high flags: 0000
  128. -- rect: left=194 top=15 right=47 bottom=235
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: 
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.   global monsterfind
  140.   global monstername1, monstername2, monstername3, monstername4
  141.   global monstername5, monstername6, monstername7, monstername8
  142.  
  143.   ls
  144.   go first card of stack "Monster Index"
  145.  
  146.   put monsterfind into field "Monster Find"
  147.   put monstername1 into field "selection 1"
  148.   put monstername2 into field "selection 2"
  149.   put monstername3 into field "selection 3"
  150.   put monstername4 into field "selection 4"
  151.   put monstername5 into field "selection 5"
  152.   put monstername6 into field "selection 6"
  153.   put monstername7 into field "selection 7"
  154.   put monstername8 into field "selection 8"
  155.  
  156.   unlock screen with visual dissolve
  157. end mouseUp
  158.  
  159.  
  160.  
  161. -- part 8 (button)
  162. -- low flags: 00
  163. -- high flags: 0000
  164. -- rect: left=151 top=15 right=47 bottom=192
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 0 / 0
  167. -- text alignment: 1
  168. -- font id: 0
  169. -- text size: 12
  170. -- style flags: 0
  171. -- line height: 16
  172. -- part name: 
  173. ----- HyperTalk script -----
  174. on mouseUp
  175.   vd
  176.   go card "Character Index" of stack "MacDungeonMaster"
  177. end mouseUp
  178.  
  179.  
  180.  
  181. -- part 9 (button)
  182. -- low flags: 00
  183. -- high flags: 0000
  184. -- rect: left=13 top=290 right=332 bottom=58
  185. -- title width / last selected line: 0
  186. -- icon id / first selected line: 0 / 0
  187. -- text alignment: 1
  188. -- font id: 0
  189. -- text size: 12
  190. -- style flags: 0
  191. -- line height: 16
  192. -- part name: 
  193. ----- HyperTalk script -----
  194. on mouseUp
  195.   visual effect iris open
  196.   go home
  197. end mouseUp
  198.  
  199.  
  200.  
  201. -- part 10 (button)
  202. -- low flags: 00
  203. -- high flags: 0000
  204. -- rect: left=13 top=238 right=281 bottom=58
  205. -- title width / last selected line: 0
  206. -- icon id / first selected line: 0 / 0
  207. -- text alignment: 1
  208. -- font id: 0
  209. -- text size: 12
  210. -- style flags: 0
  211. -- line height: 16
  212. -- part name: How to Use
  213. ----- HyperTalk script -----
  214. on mouseUp
  215.   visual effect scroll down
  216.   go to stack "MacDM Instructions"
  217. end mouseUp
  218.  
  219.  
  220.  
  221. -- part 19 (button)
  222. -- low flags: 00
  223. -- high flags: 0000
  224. -- rect: left=266 top=116 right=132 bottom=284
  225. -- title width / last selected line: 0
  226. -- icon id / first selected line: 1015 / 1015
  227. -- text alignment: 1
  228. -- font id: 0
  229. -- text size: 12
  230. -- style flags: 0
  231. -- line height: 16
  232. -- part name: 
  233. ----- HyperTalk script -----
  234. on mouseUp
  235.   global ultrakeystate, texptemp, tnametemp
  236.   put the optionKey into ultrakeystate
  237.   ls
  238.   set the cursor to 4
  239.   put field "texp2" into texptemp
  240.   put field "tname2" into tnametemp
  241.   spellstuff
  242.   put "┼╕┬á┼╕┬á┼╕" into field "texp2"
  243. end mouseUp
  244.  
  245.  
  246.  
  247. -- part 20 (button)
  248. -- low flags: 00
  249. -- high flags: 0000
  250. -- rect: left=266 top=135 right=151 bottom=284
  251. -- title width / last selected line: 0
  252. -- icon id / first selected line: 1015 / 1015
  253. -- text alignment: 1
  254. -- font id: 0
  255. -- text size: 12
  256. -- style flags: 0
  257. -- line height: 16
  258. -- part name: 
  259. ----- HyperTalk script -----
  260. on mouseUp
  261.   global ultrakeystate, texptemp, tnametemp
  262.   put the optionKey into ultrakeystate
  263.   ls
  264.   set the cursor to 4
  265.   put field "texp3" into texptemp
  266.   put field "tname3" into tnametemp
  267.   spellstuff
  268.   put "┼╕┬á┼╕┬á┼╕" into field "texp3"
  269. end mouseUp
  270.  
  271.  
  272.  
  273. -- part 21 (button)
  274. -- low flags: 00
  275. -- high flags: 0000
  276. -- rect: left=266 top=154 right=170 bottom=284
  277. -- title width / last selected line: 0
  278. -- icon id / first selected line: 1015 / 1015
  279. -- text alignment: 1
  280. -- font id: 0
  281. -- text size: 12
  282. -- style flags: 0
  283. -- line height: 16
  284. -- part name: 
  285. ----- HyperTalk script -----
  286. on mouseUp
  287.   global ultrakeystate, texptemp, tnametemp
  288.   put the optionKey into ultrakeystate
  289.   ls
  290.   set the cursor to 4
  291.   put field "texp4" into texptemp
  292.   put field "tname4" into tnametemp
  293.   spellstuff
  294.   put "┼╕┬á┼╕┬á┼╕" into field "texp4"
  295. end mouseUp
  296.  
  297.  
  298.  
  299. -- part 22 (button)
  300. -- low flags: 00
  301. -- high flags: 0000
  302. -- rect: left=266 top=173 right=189 bottom=284
  303. -- title width / last selected line: 0
  304. -- icon id / first selected line: 1015 / 1015
  305. -- text alignment: 1
  306. -- font id: 0
  307. -- text size: 12
  308. -- style flags: 0
  309. -- line height: 16
  310. -- part name: 
  311. ----- HyperTalk script -----
  312. on mouseUp
  313.   global ultrakeystate, texptemp, tnametemp
  314.   put the optionKey into ultrakeystate
  315.   ls
  316.   set the cursor to 4
  317.   put field "texp5" into texptemp
  318.   put field "tname5" into tnametemp
  319.   spellstuff
  320.   put "┼╕┬á┼╕┬á┼╕" into field "texp5"
  321. end mouseUp
  322.  
  323.  
  324.  
  325. -- part 23 (button)
  326. -- low flags: 00
  327. -- high flags: 0000
  328. -- rect: left=266 top=192 right=208 bottom=284
  329. -- title width / last selected line: 0
  330. -- icon id / first selected line: 1015 / 1015
  331. -- text alignment: 1
  332. -- font id: 0
  333. -- text size: 12
  334. -- style flags: 0
  335. -- line height: 16
  336. -- part name: 
  337. ----- HyperTalk script -----
  338. on mouseUp
  339.   global ultrakeystate, texptemp, tnametemp
  340.   put the optionKey into ultrakeystate
  341.   ls
  342.   set the cursor to 4
  343.   put field "texp6" into texptemp
  344.   put field "tname6" into tnametemp
  345.   spellstuff
  346.   put "┼╕┬á┼╕┬á┼╕" into field "texp6"
  347. end mouseUp
  348.  
  349.  
  350.  
  351. -- part 24 (button)
  352. -- low flags: 00
  353. -- high flags: 0000
  354. -- rect: left=266 top=211 right=227 bottom=284
  355. -- title width / last selected line: 0
  356. -- icon id / first selected line: 1015 / 1015
  357. -- text alignment: 1
  358. -- font id: 0
  359. -- text size: 12
  360. -- style flags: 0
  361. -- line height: 16
  362. -- part name: 
  363. ----- HyperTalk script -----
  364. on mouseUp
  365.   global ultrakeystate, texptemp, tnametemp
  366.   put the optionKey into ultrakeystate
  367.   ls
  368.   set the cursor to 4
  369.   put field "texp7" into texptemp
  370.   put field "tname7" into tnametemp
  371.   spellstuff
  372.   put "┼╕┬á┼╕┬á┼╕" into field "texp7"
  373. end mouseUp
  374.  
  375.  
  376.  
  377. -- part 25 (button)
  378. -- low flags: 00
  379. -- high flags: 0000
  380. -- rect: left=266 top=230 right=246 bottom=284
  381. -- title width / last selected line: 0
  382. -- icon id / first selected line: 1015 / 1015
  383. -- text alignment: 1
  384. -- font id: 0
  385. -- text size: 12
  386. -- style flags: 0
  387. -- line height: 16
  388. -- part name: 
  389. ----- HyperTalk script -----
  390. on mouseUp
  391.   global ultrakeystate, texptemp, tnametemp
  392.   put the optionKey into ultrakeystate
  393.   ls
  394.   set the cursor to 4
  395.   put field "texp8" into texptemp
  396.   put field "tname8" into tnametemp
  397.   spellstuff
  398.   put "┼╕┬á┼╕┬á┼╕" into field "texp8"
  399. end mouseUp
  400.  
  401.  
  402.  
  403. -- part 26 (button)
  404. -- low flags: 00
  405. -- high flags: 0000
  406. -- rect: left=266 top=249 right=265 bottom=284
  407. -- title width / last selected line: 0
  408. -- icon id / first selected line: 1015 / 1015
  409. -- text alignment: 1
  410. -- font id: 0
  411. -- text size: 12
  412. -- style flags: 0
  413. -- line height: 16
  414. -- part name: 
  415. ----- HyperTalk script -----
  416. on mouseUp
  417.   global ultrakeystate, texptemp, tnametemp
  418.   put the optionKey into ultrakeystate
  419.   ls
  420.   set the cursor to 4
  421.   put field "texp9" into texptemp
  422.   put field "tname9" into tnametemp
  423.   spellstuff
  424.   put "┼╕┬á┼╕┬á┼╕" into field "texp9"
  425. end mouseUp
  426.  
  427.  
  428.  
  429. -- part 27 (button)
  430. -- low flags: 00
  431. -- high flags: 0000
  432. -- rect: left=266 top=268 right=284 bottom=284
  433. -- title width / last selected line: 0
  434. -- icon id / first selected line: 1015 / 1015
  435. -- text alignment: 1
  436. -- font id: 0
  437. -- text size: 12
  438. -- style flags: 0
  439. -- line height: 16
  440. -- part name: 
  441. ----- HyperTalk script -----
  442. on mouseUp
  443.   global ultrakeystate, texptemp, tnametemp
  444.   put the optionKey into ultrakeystate
  445.   ls
  446.   set the cursor to 4
  447.   put field "texp10" into texptemp
  448.   put field "tname10" into tnametemp
  449.   spellstuff
  450.   put "┼╕┬á┼╕┬á┼╕" into field "texp10"
  451. end mouseUp
  452.  
  453.  
  454.  
  455. -- part 28 (button)
  456. -- low flags: 00
  457. -- high flags: 0000
  458. -- rect: left=266 top=287 right=303 bottom=284
  459. -- title width / last selected line: 0
  460. -- icon id / first selected line: 1015 / 1015
  461. -- text alignment: 1
  462. -- font id: 0
  463. -- text size: 12
  464. -- style flags: 0
  465. -- line height: 16
  466. -- part name: 
  467. ----- HyperTalk script -----
  468. on mouseUp
  469.   global ultrakeystate, texptemp, tnametemp
  470.   put the optionKey into ultrakeystate
  471.   ls
  472.   set the cursor to 4
  473.   put field "texp11" into texptemp
  474.   put field "tname11" into tnametemp
  475.   spellstuff
  476.   put "┼╕┬á┼╕┬á┼╕" into field "texp11"
  477. end mouseUp
  478.  
  479.  
  480.  
  481. -- part 29 (button)
  482. -- low flags: 00
  483. -- high flags: 0000
  484. -- rect: left=266 top=306 right=322 bottom=284
  485. -- title width / last selected line: 0
  486. -- icon id / first selected line: 1015 / 1015
  487. -- text alignment: 1
  488. -- font id: 0
  489. -- text size: 12
  490. -- style flags: 0
  491. -- line height: 16
  492. -- part name: 
  493. ----- HyperTalk script -----
  494. on mouseUp
  495.   global ultrakeystate, texptemp, tnametemp
  496.   put the optionKey into ultrakeystate
  497.   ls
  498.   set the cursor to 4
  499.   put field "texp12" into texptemp
  500.   put field "tname12" into tnametemp
  501.   spellstuff
  502.   put "┼╕┬á┼╕┬á┼╕" into field "texp12"
  503. end mouseUp
  504.  
  505.  
  506.  
  507. -- part 31 (button)
  508. -- low flags: 00
  509. -- high flags: 0000
  510. -- rect: left=479 top=116 right=132 bottom=497
  511. -- title width / last selected line: 0
  512. -- icon id / first selected line: 1015 / 1015
  513. -- text alignment: 1
  514. -- font id: 0
  515. -- text size: 12
  516. -- style flags: 0
  517. -- line height: 16
  518. -- part name: 
  519. ----- HyperTalk script -----
  520. on mouseUp
  521.   global ultrakeystate, texptemp, tnametemp
  522.   put the optionKey into ultrakeystate
  523.   ls
  524.   set the cursor to 4
  525.   put field "texp14" into texptemp
  526.   put field "tname14" into tnametemp
  527.   spellstuff
  528.   put "┼╕┬á┼╕┬á┼╕" into field "texp14"
  529. end mouseUp
  530.  
  531.  
  532.  
  533. -- part 32 (button)
  534. -- low flags: 00
  535. -- high flags: 0000
  536. -- rect: left=479 top=135 right=151 bottom=497
  537. -- title width / last selected line: 0
  538. -- icon id / first selected line: 1015 / 1015
  539. -- text alignment: 1
  540. -- font id: 0
  541. -- text size: 12
  542. -- style flags: 0
  543. -- line height: 16
  544. -- part name: 
  545. ----- HyperTalk script -----
  546. on mouseUp
  547.   global ultrakeystate, texptemp, tnametemp
  548.   put the optionKey into ultrakeystate
  549.   ls
  550.   set the cursor to 4
  551.   put field "texp15" into texptemp
  552.   put field "tname15" into tnametemp
  553.   spellstuff
  554.   put "┼╕┬á┼╕┬á┼╕" into field "texp15"
  555. end mouseUp
  556.  
  557.  
  558.  
  559. -- part 33 (button)
  560. -- low flags: 00
  561. -- high flags: 0000
  562. -- rect: left=479 top=154 right=170 bottom=497
  563. -- title width / last selected line: 0
  564. -- icon id / first selected line: 1015 / 1015
  565. -- text alignment: 1
  566. -- font id: 0
  567. -- text size: 12
  568. -- style flags: 0
  569. -- line height: 16
  570. -- part name: 
  571. ----- HyperTalk script -----
  572. on mouseUp
  573.   global ultrakeystate, texptemp, tnametemp
  574.   put the optionKey into ultrakeystate
  575.   ls
  576.   set the cursor to 4
  577.   put field "texp16" into texptemp
  578.   put field "tname16" into tnametemp
  579.   spellstuff
  580.   put "┼╕┬á┼╕┬á┼╕" into field "texp16"
  581. end mouseUp
  582.  
  583.  
  584.  
  585. -- part 34 (button)
  586. -- low flags: 00
  587. -- high flags: 0000
  588. -- rect: left=479 top=173 right=189 bottom=497
  589. -- title width / last selected line: 0
  590. -- icon id / first selected line: 1015 / 1015
  591. -- text alignment: 1
  592. -- font id: 0
  593. -- text size: 12
  594. -- style flags: 0
  595. -- line height: 16
  596. -- part name: 
  597. ----- HyperTalk script -----
  598. on mouseUp
  599.   global ultrakeystate, texptemp, tnametemp
  600.   put the optionKey into ultrakeystate
  601.   ls
  602.   set the cursor to 4
  603.   put field "texp17" into texptemp
  604.   put field "tname17" into tnametemp
  605.   spellstuff
  606.   put "┼╕┬á┼╕┬á┼╕" into field "texp17"
  607. end mouseUp
  608.  
  609.  
  610.  
  611. -- part 35 (button)
  612. -- low flags: 00
  613. -- high flags: 0000
  614. -- rect: left=479 top=192 right=208 bottom=497
  615. -- title width / last selected line: 0
  616. -- icon id / first selected line: 1015 / 1015
  617. -- text alignment: 1
  618. -- font id: 0
  619. -- text size: 12
  620. -- style flags: 0
  621. -- line height: 16
  622. -- part name: 
  623. ----- HyperTalk script -----
  624. on mouseUp
  625.   global ultrakeystate, texptemp, tnametemp
  626.   put the optionKey into ultrakeystate
  627.   ls
  628.   set the cursor to 4
  629.   put field "texp18" into texptemp
  630.   put field "tname18" into tnametemp
  631.   spellstuff
  632.   put "┼╕┬á┼╕┬á┼╕" into field "texp18"
  633. end mouseUp
  634.  
  635.  
  636.  
  637. -- part 36 (button)
  638. -- low flags: 00
  639. -- high flags: 0000
  640. -- rect: left=479 top=211 right=227 bottom=497
  641. -- title width / last selected line: 0
  642. -- icon id / first selected line: 1015 / 1015
  643. -- text alignment: 1
  644. -- font id: 0
  645. -- text size: 12
  646. -- style flags: 0
  647. -- line height: 16
  648. -- part name: 
  649. ----- HyperTalk script -----
  650. on mouseUp
  651.   global ultrakeystate, texptemp, tnametemp
  652.   put the optionKey into ultrakeystate
  653.   ls
  654.   set the cursor to 4
  655.   put field "texp19" into texptemp
  656.   put field "tname19" into tnametemp
  657.   spellstuff
  658.   put "┼╕┬á┼╕┬á┼╕" into field "texp19"
  659. end mouseUp
  660.  
  661.  
  662.  
  663. -- part 37 (button)
  664. -- low flags: 00
  665. -- high flags: 0000
  666. -- rect: left=479 top=230 right=246 bottom=497
  667. -- title width / last selected line: 0
  668. -- icon id / first selected line: 1015 / 1015
  669. -- text alignment: 1
  670. -- font id: 0
  671. -- text size: 12
  672. -- style flags: 0
  673. -- line height: 16
  674. -- part name: 
  675. ----- HyperTalk script -----
  676. on mouseUp
  677.   global ultrakeystate, texptemp, tnametemp
  678.   put the optionKey into ultrakeystate
  679.   ls
  680.   set the cursor to 4
  681.   put field "texp20" into texptemp
  682.   put field "tname20" into tnametemp
  683.   spellstuff
  684.   put "┼╕┬á┼╕┬á┼╕" into field "texp20"
  685. end mouseUp
  686.  
  687.  
  688.  
  689. -- part 38 (button)
  690. -- low flags: 00
  691. -- high flags: 0000
  692. -- rect: left=479 top=249 right=265 bottom=497
  693. -- title width / last selected line: 0
  694. -- icon id / first selected line: 1015 / 1015
  695. -- text alignment: 1
  696. -- font id: 0
  697. -- text size: 12
  698. -- style flags: 0
  699. -- line height: 16
  700. -- part name: 
  701. ----- HyperTalk script -----
  702. on mouseUp
  703.   global ultrakeystate, texptemp, tnametemp
  704.   put the optionKey into ultrakeystate
  705.   ls
  706.   set the cursor to 4
  707.   put field "texp21" into texptemp
  708.   put field "tname21" into tnametemp
  709.   spellstuff
  710.   put "┼╕┬á┼╕┬á┼╕" into field "texp21"
  711. end mouseUp
  712.  
  713.  
  714.  
  715. -- part 39 (button)
  716. -- low flags: 00
  717. -- high flags: 0000
  718. -- rect: left=479 top=268 right=284 bottom=497
  719. -- title width / last selected line: 0
  720. -- icon id / first selected line: 1015 / 1015
  721. -- text alignment: 1
  722. -- font id: 0
  723. -- text size: 12
  724. -- style flags: 0
  725. -- line height: 16
  726. -- part name: 
  727. ----- HyperTalk script -----
  728. on mouseUp
  729.   global ultrakeystate, texptemp, tnametemp
  730.   put the optionKey into ultrakeystate
  731.   ls
  732.   set the cursor to 4
  733.   put field "texp22" into texptemp
  734.   put field "tname22" into tnametemp
  735.   spellstuff
  736.   put "┼╕┬á┼╕┬á┼╕" into field "texp22"
  737. end mouseUp
  738.  
  739.  
  740.  
  741. -- part 41 (button)
  742. -- low flags: 00
  743. -- high flags: 0000
  744. -- rect: left=479 top=287 right=303 bottom=497
  745. -- title width / last selected line: 0
  746. -- icon id / first selected line: 1015 / 1015
  747. -- text alignment: 1
  748. -- font id: 0
  749. -- text size: 12
  750. -- style flags: 0
  751. -- line height: 16
  752. -- part name: 
  753. ----- HyperTalk script -----
  754. on mouseUp
  755.   global ultrakeystate, texptemp, tnametemp
  756.   put the optionKey into ultrakeystate
  757.   ls
  758.   set the cursor to 4
  759.   put field "texp23" into texptemp
  760.   put field "tname23" into tnametemp
  761.   spellstuff
  762.   put "┼╕┬á┼╕┬á┼╕" into field "texp23"
  763. end mouseUp
  764.  
  765.  
  766.  
  767. -- part 42 (button)
  768. -- low flags: 00
  769. -- high flags: 0000
  770. -- rect: left=479 top=306 right=322 bottom=497
  771. -- title width / last selected line: 0
  772. -- icon id / first selected line: 1015 / 1015
  773. -- text alignment: 1
  774. -- font id: 0
  775. -- text size: 12
  776. -- style flags: 0
  777. -- line height: 16
  778. -- part name: 
  779. ----- HyperTalk script -----
  780. on mouseUp
  781.   global ultrakeystate, texptemp, tnametemp
  782.   put the optionKey into ultrakeystate
  783.   ls
  784.   set the cursor to 4
  785.   put field "texp24" into texptemp
  786.   put field "tname24" into tnametemp
  787.   spellstuff
  788.   put "┼╕┬á┼╕┬á┼╕" into field "texp24"
  789. end mouseUp
  790.  
  791.  
  792.  
  793. -- part 43 (field)
  794. -- low flags: 00
  795. -- high flags: 0000
  796. -- rect: left=74 top=118 right=132 bottom=164
  797. -- title width / last selected line: 0
  798. -- icon id / first selected line: 0 / 0
  799. -- text alignment: 1
  800. -- font id: 3
  801. -- text size: 9
  802. -- style flags: 0
  803. -- line height: 12
  804. -- part name: t2
  805.  
  806.  
  807. -- part 44 (field)
  808. -- low flags: 00
  809. -- high flags: 0000
  810. -- rect: left=74 top=137 right=151 bottom=164
  811. -- title width / last selected line: 0
  812. -- icon id / first selected line: 0 / 0
  813. -- text alignment: 1
  814. -- font id: 3
  815. -- text size: 9
  816. -- style flags: 0
  817. -- line height: 12
  818. -- part name: t3
  819.  
  820.  
  821. -- part 45 (field)
  822. -- low flags: 00
  823. -- high flags: 0000
  824. -- rect: left=74 top=156 right=170 bottom=164
  825. -- title width / last selected line: 0
  826. -- icon id / first selected line: 0 / 0
  827. -- text alignment: 1
  828. -- font id: 3
  829. -- text size: 9
  830. -- style flags: 0
  831. -- line height: 12
  832. -- part name: t4
  833.  
  834.  
  835. -- part 46 (field)
  836. -- low flags: 00
  837. -- high flags: 0000
  838. -- rect: left=74 top=175 right=189 bottom=164
  839. -- title width / last selected line: 0
  840. -- icon id / first selected line: 0 / 0
  841. -- text alignment: 1
  842. -- font id: 3
  843. -- text size: 9
  844. -- style flags: 0
  845. -- line height: 12
  846. -- part name: t5
  847.  
  848.  
  849. -- part 47 (field)
  850. -- low flags: 00
  851. -- high flags: 0000
  852. -- rect: left=74 top=194 right=208 bottom=164
  853. -- title width / last selected line: 0
  854. -- icon id / first selected line: 0 / 0
  855. -- text alignment: 1
  856. -- font id: 3
  857. -- text size: 9
  858. -- style flags: 0
  859. -- line height: 12
  860. -- part name: t6
  861.  
  862.  
  863. -- part 48 (field)
  864. -- low flags: 00
  865. -- high flags: 0000
  866. -- rect: left=74 top=213 right=227 bottom=164
  867. -- title width / last selected line: 0
  868. -- icon id / first selected line: 0 / 0
  869. -- text alignment: 1
  870. -- font id: 3
  871. -- text size: 9
  872. -- style flags: 0
  873. -- line height: 12
  874. -- part name: t7
  875.  
  876.  
  877. -- part 49 (field)
  878. -- low flags: 00
  879. -- high flags: 0000
  880. -- rect: left=74 top=232 right=246 bottom=164
  881. -- title width / last selected line: 0
  882. -- icon id / first selected line: 0 / 0
  883. -- text alignment: 1
  884. -- font id: 3
  885. -- text size: 9
  886. -- style flags: 0
  887. -- line height: 12
  888. -- part name: t8
  889.  
  890.  
  891. -- part 50 (field)
  892. -- low flags: 00
  893. -- high flags: 0000
  894. -- rect: left=74 top=251 right=265 bottom=164
  895. -- title width / last selected line: 0
  896. -- icon id / first selected line: 0 / 0
  897. -- text alignment: 1
  898. -- font id: 3
  899. -- text size: 9
  900. -- style flags: 0
  901. -- line height: 12
  902. -- part name: t9
  903.  
  904.  
  905. -- part 51 (field)
  906. -- low flags: 00
  907. -- high flags: 0000
  908. -- rect: left=74 top=270 right=284 bottom=164
  909. -- title width / last selected line: 0
  910. -- icon id / first selected line: 0 / 0
  911. -- text alignment: 1
  912. -- font id: 3
  913. -- text size: 9
  914. -- style flags: 0
  915. -- line height: 12
  916. -- part name: t10
  917.  
  918.  
  919. -- part 52 (field)
  920. -- low flags: 00
  921. -- high flags: 0000
  922. -- rect: left=74 top=289 right=303 bottom=164
  923. -- title width / last selected line: 0
  924. -- icon id / first selected line: 0 / 0
  925. -- text alignment: 1
  926. -- font id: 3
  927. -- text size: 9
  928. -- style flags: 0
  929. -- line height: 12
  930. -- part name: t11
  931.  
  932.  
  933. -- part 53 (field)
  934. -- low flags: 00
  935. -- high flags: 0000
  936. -- rect: left=74 top=308 right=322 bottom=164
  937. -- title width / last selected line: 0
  938. -- icon id / first selected line: 0 / 0
  939. -- text alignment: 1
  940. -- font id: 3
  941. -- text size: 9
  942. -- style flags: 0
  943. -- line height: 12
  944. -- part name: t12
  945.  
  946.  
  947. -- part 55 (field)
  948. -- low flags: 00
  949. -- high flags: 0000
  950. -- rect: left=287 top=118 right=132 bottom=377
  951. -- title width / last selected line: 0
  952. -- icon id / first selected line: 0 / 0
  953. -- text alignment: 1
  954. -- font id: 3
  955. -- text size: 9
  956. -- style flags: 0
  957. -- line height: 12
  958. -- part name: t14
  959.  
  960.  
  961. -- part 56 (field)
  962. -- low flags: 00
  963. -- high flags: 0000
  964. -- rect: left=287 top=137 right=151 bottom=377
  965. -- title width / last selected line: 0
  966. -- icon id / first selected line: 0 / 0
  967. -- text alignment: 1
  968. -- font id: 3
  969. -- text size: 9
  970. -- style flags: 0
  971. -- line height: 12
  972. -- part name: t15
  973.  
  974.  
  975. -- part 57 (field)
  976. -- low flags: 00
  977. -- high flags: 0000
  978. -- rect: left=287 top=156 right=170 bottom=377
  979. -- title width / last selected line: 0
  980. -- icon id / first selected line: 0 / 0
  981. -- text alignment: 1
  982. -- font id: 3
  983. -- text size: 9
  984. -- style flags: 0
  985. -- line height: 12
  986. -- part name: t16
  987.  
  988.  
  989. -- part 58 (field)
  990. -- low flags: 00
  991. -- high flags: 0000
  992. -- rect: left=287 top=175 right=189 bottom=377
  993. -- title width / last selected line: 0
  994. -- icon id / first selected line: 0 / 0
  995. -- text alignment: 1
  996. -- font id: 3
  997. -- text size: 9
  998. -- style flags: 0
  999. -- line height: 12
  1000. -- part name: t17
  1001.  
  1002.  
  1003. -- part 59 (field)
  1004. -- low flags: 00
  1005. -- high flags: 0000
  1006. -- rect: left=287 top=194 right=208 bottom=377
  1007. -- title width / last selected line: 0
  1008. -- icon id / first selected line: 0 / 0
  1009. -- text alignment: 1
  1010. -- font id: 3
  1011. -- text size: 9
  1012. -- style flags: 0
  1013. -- line height: 12
  1014. -- part name: t18
  1015.  
  1016.  
  1017. -- part 60 (field)
  1018. -- low flags: 00
  1019. -- high flags: 0000
  1020. -- rect: left=287 top=213 right=227 bottom=377
  1021. -- title width / last selected line: 0
  1022. -- icon id / first selected line: 0 / 0
  1023. -- text alignment: 1
  1024. -- font id: 3
  1025. -- text size: 9
  1026. -- style flags: 0
  1027. -- line height: 12
  1028. -- part name: t19
  1029.  
  1030.  
  1031. -- part 61 (field)
  1032. -- low flags: 00
  1033. -- high flags: 0000
  1034. -- rect: left=287 top=232 right=246 bottom=377
  1035. -- title width / last selected line: 0
  1036. -- icon id / first selected line: 0 / 0
  1037. -- text alignment: 1
  1038. -- font id: 3
  1039. -- text size: 9
  1040. -- style flags: 0
  1041. -- line height: 12
  1042. -- part name: t20
  1043.  
  1044.  
  1045. -- part 62 (field)
  1046. -- low flags: 00
  1047. -- high flags: 0000
  1048. -- rect: left=287 top=251 right=265 bottom=377
  1049. -- title width / last selected line: 0
  1050. -- icon id / first selected line: 0 / 0
  1051. -- text alignment: 1
  1052. -- font id: 3
  1053. -- text size: 9
  1054. -- style flags: 0
  1055. -- line height: 12
  1056. -- part name: t21
  1057.  
  1058.  
  1059. -- part 63 (field)
  1060. -- low flags: 00
  1061. -- high flags: 0000
  1062. -- rect: left=287 top=270 right=284 bottom=377
  1063. -- title width / last selected line: 0
  1064. -- icon id / first selected line: 0 / 0
  1065. -- text alignment: 1
  1066. -- font id: 3
  1067. -- text size: 9
  1068. -- style flags: 0
  1069. -- line height: 12
  1070. -- part name: t22
  1071.  
  1072.  
  1073. -- part 64 (field)
  1074. -- low flags: 00
  1075. -- high flags: 0000
  1076. -- rect: left=287 top=289 right=303 bottom=377
  1077. -- title width / last selected line: 0
  1078. -- icon id / first selected line: 0 / 0
  1079. -- text alignment: 1
  1080. -- font id: 3
  1081. -- text size: 9
  1082. -- style flags: 0
  1083. -- line height: 12
  1084. -- part name: t23
  1085.  
  1086.  
  1087. -- part 65 (field)
  1088. -- low flags: 00
  1089. -- high flags: 0000
  1090. -- rect: left=287 top=308 right=322 bottom=377
  1091. -- title width / last selected line: 0
  1092. -- icon id / first selected line: 0 / 0
  1093. -- text alignment: 1
  1094. -- font id: 3
  1095. -- text size: 9
  1096. -- style flags: 0
  1097. -- line height: 12
  1098. -- part name: t24
  1099.  
  1100.  
  1101. -- part 68 (field)
  1102. -- low flags: 01
  1103. -- high flags: 0000
  1104. -- rect: left=165 top=117 right=132 bottom=207
  1105. -- title width / last selected line: 0
  1106. -- icon id / first selected line: 0 / 0
  1107. -- text alignment: 1
  1108. -- font id: 3
  1109. -- text size: 10
  1110. -- style flags: 0
  1111. -- line height: 13
  1112. -- part name: tname2
  1113. ----- HyperTalk script -----
  1114. on mouseup
  1115.   global charnamed
  1116.   put charnamed into field "tname2"
  1117. end mouseup
  1118.  
  1119.  
  1120. -- part 69 (field)
  1121. -- low flags: 01
  1122. -- high flags: 0000
  1123. -- rect: left=165 top=136 right=151 bottom=207
  1124. -- title width / last selected line: 0
  1125. -- icon id / first selected line: 0 / 0
  1126. -- text alignment: 1
  1127. -- font id: 3
  1128. -- text size: 10
  1129. -- style flags: 0
  1130. -- line height: 13
  1131. -- part name: tname3
  1132. ----- HyperTalk script -----
  1133. on mouseup
  1134.   global charnamed
  1135.   put charnamed into field "tname3"
  1136. end mouseup
  1137.  
  1138.  
  1139. -- part 70 (field)
  1140. -- low flags: 01
  1141. -- high flags: 0000
  1142. -- rect: left=165 top=155 right=170 bottom=207
  1143. -- title width / last selected line: 0
  1144. -- icon id / first selected line: 0 / 0
  1145. -- text alignment: 1
  1146. -- font id: 3
  1147. -- text size: 10
  1148. -- style flags: 0
  1149. -- line height: 13
  1150. -- part name: tname4
  1151. ----- HyperTalk script -----
  1152. on mouseup
  1153.   global charnamed
  1154.   put charnamed into field "tname4"
  1155. end mouseup
  1156.  
  1157.  
  1158. -- part 71 (field)
  1159. -- low flags: 01
  1160. -- high flags: 0000
  1161. -- rect: left=165 top=174 right=189 bottom=207
  1162. -- title width / last selected line: 0
  1163. -- icon id / first selected line: 0 / 0
  1164. -- text alignment: 1
  1165. -- font id: 3
  1166. -- text size: 10
  1167. -- style flags: 0
  1168. -- line height: 13
  1169. -- part name: tname5
  1170. ----- HyperTalk script -----
  1171. on mouseup
  1172.   global charnamed
  1173.   put charnamed into field "tname5"
  1174. end mouseup
  1175.  
  1176.  
  1177. -- part 73 (field)
  1178. -- low flags: 01
  1179. -- high flags: 0000
  1180. -- rect: left=165 top=193 right=208 bottom=207
  1181. -- title width / last selected line: 0
  1182. -- icon id / first selected line: 0 / 0
  1183. -- text alignment: 1
  1184. -- font id: 3
  1185. -- text size: 10
  1186. -- style flags: 0
  1187. -- line height: 13
  1188. -- part name: tname6
  1189. ----- HyperTalk script -----
  1190. on mouseup
  1191.   global charnamed
  1192.   put charnamed into field "tname6"
  1193. end mouseup
  1194.  
  1195.  
  1196. -- part 74 (field)
  1197. -- low flags: 01
  1198. -- high flags: 0000
  1199. -- rect: left=165 top=212 right=227 bottom=207
  1200. -- title width / last selected line: 0
  1201. -- icon id / first selected line: 0 / 0
  1202. -- text alignment: 1
  1203. -- font id: 3
  1204. -- text size: 10
  1205. -- style flags: 0
  1206. -- line height: 13
  1207. -- part name: tname7
  1208. ----- HyperTalk script -----
  1209. on mouseup
  1210.   global charnamed
  1211.   put charnamed into field "tname7"
  1212. end mouseup
  1213.  
  1214.  
  1215. -- part 75 (field)
  1216. -- low flags: 01
  1217. -- high flags: 0000
  1218. -- rect: left=165 top=231 right=246 bottom=207
  1219. -- title width / last selected line: 0
  1220. -- icon id / first selected line: 0 / 0
  1221. -- text alignment: 1
  1222. -- font id: 3
  1223. -- text size: 10
  1224. -- style flags: 0
  1225. -- line height: 13
  1226. -- part name: tname8
  1227. ----- HyperTalk script -----
  1228. on mouseup
  1229.   global charnamed
  1230.   put charnamed into field "tname8"
  1231. end mouseup
  1232.  
  1233.  
  1234. -- part 76 (field)
  1235. -- low flags: 01
  1236. -- high flags: 0000
  1237. -- rect: left=165 top=250 right=265 bottom=207
  1238. -- title width / last selected line: 0
  1239. -- icon id / first selected line: 0 / 0
  1240. -- text alignment: 1
  1241. -- font id: 3
  1242. -- text size: 10
  1243. -- style flags: 0
  1244. -- line height: 13
  1245. -- part name: tname9
  1246. ----- HyperTalk script -----
  1247. on mouseup
  1248.   global charnamed
  1249.   put charnamed into field "tname9"
  1250. end mouseup
  1251.  
  1252.  
  1253. -- part 77 (field)
  1254. -- low flags: 01
  1255. -- high flags: 0000
  1256. -- rect: left=165 top=269 right=284 bottom=207
  1257. -- title width / last selected line: 0
  1258. -- icon id / first selected line: 0 / 0
  1259. -- text alignment: 1
  1260. -- font id: 3
  1261. -- text size: 10
  1262. -- style flags: 0
  1263. -- line height: 13
  1264. -- part name: tname10
  1265. ----- HyperTalk script -----
  1266. on mouseup
  1267.   global charnamed
  1268.   put charnamed into field "tname10"
  1269. end mouseup
  1270.  
  1271.  
  1272. -- part 78 (field)
  1273. -- low flags: 01
  1274. -- high flags: 0000
  1275. -- rect: left=165 top=288 right=303 bottom=207
  1276. -- title width / last selected line: 0
  1277. -- icon id / first selected line: 0 / 0
  1278. -- text alignment: 1
  1279. -- font id: 3
  1280. -- text size: 10
  1281. -- style flags: 0
  1282. -- line height: 13
  1283. -- part name: tname11
  1284. ----- HyperTalk script -----
  1285. on mouseup
  1286.   global charnamed
  1287.   put charnamed into field "tname11"
  1288. end mouseup
  1289.  
  1290.  
  1291. -- part 79 (field)
  1292. -- low flags: 01
  1293. -- high flags: 0000
  1294. -- rect: left=165 top=307 right=322 bottom=207
  1295. -- title width / last selected line: 0
  1296. -- icon id / first selected line: 0 / 0
  1297. -- text alignment: 1
  1298. -- font id: 3
  1299. -- text size: 10
  1300. -- style flags: 0
  1301. -- line height: 13
  1302. -- part name: tname12
  1303. ----- HyperTalk script -----
  1304. on mouseup
  1305.   global charnamed
  1306.   put charnamed into field "tname12"
  1307. end mouseup
  1308.  
  1309.  
  1310. -- part 81 (field)
  1311. -- low flags: 01
  1312. -- high flags: 0000
  1313. -- rect: left=378 top=117 right=132 bottom=420
  1314. -- title width / last selected line: 0
  1315. -- icon id / first selected line: 0 / 0
  1316. -- text alignment: 1
  1317. -- font id: 3
  1318. -- text size: 10
  1319. -- style flags: 0
  1320. -- line height: 13
  1321. -- part name: tname14
  1322. ----- HyperTalk script -----
  1323. on mouseup
  1324.   global charnamed
  1325.   put charnamed into field "tname14"
  1326. end mouseup
  1327.  
  1328.  
  1329. -- part 82 (field)
  1330. -- low flags: 01
  1331. -- high flags: 0000
  1332. -- rect: left=378 top=136 right=151 bottom=420
  1333. -- title width / last selected line: 0
  1334. -- icon id / first selected line: 0 / 0
  1335. -- text alignment: 1
  1336. -- font id: 3
  1337. -- text size: 10
  1338. -- style flags: 0
  1339. -- line height: 13
  1340. -- part name: tname15
  1341. ----- HyperTalk script -----
  1342. on mouseup
  1343.   global charnamed
  1344.   put charnamed into field "tname15"
  1345. end mouseup
  1346.  
  1347.  
  1348. -- part 83 (field)
  1349. -- low flags: 01
  1350. -- high flags: 0000
  1351. -- rect: left=378 top=155 right=170 bottom=420
  1352. -- title width / last selected line: 0
  1353. -- icon id / first selected line: 0 / 0
  1354. -- text alignment: 1
  1355. -- font id: 3
  1356. -- text size: 10
  1357. -- style flags: 0
  1358. -- line height: 13
  1359. -- part name: tname16
  1360. ----- HyperTalk script -----
  1361. on mouseup
  1362.   global charnamed
  1363.   put charnamed into field "tname16"
  1364. end mouseup
  1365.  
  1366.  
  1367. -- part 84 (field)
  1368. -- low flags: 01
  1369. -- high flags: 0000
  1370. -- rect: left=378 top=174 right=189 bottom=420
  1371. -- title width / last selected line: 0
  1372. -- icon id / first selected line: 0 / 0
  1373. -- text alignment: 1
  1374. -- font id: 3
  1375. -- text size: 10
  1376. -- style flags: 0
  1377. -- line height: 13
  1378. -- part name: tname17
  1379. ----- HyperTalk script -----
  1380. on mouseup
  1381.   global charnamed
  1382.   put charnamed into field "tname17"
  1383. end mouseup
  1384.  
  1385.  
  1386. -- part 85 (field)
  1387. -- low flags: 01
  1388. -- high flags: 0000
  1389. -- rect: left=378 top=193 right=208 bottom=420
  1390. -- title width / last selected line: 0
  1391. -- icon id / first selected line: 0 / 0
  1392. -- text alignment: 1
  1393. -- font id: 3
  1394. -- text size: 10
  1395. -- style flags: 0
  1396. -- line height: 13
  1397. -- part name: tname18
  1398. ----- HyperTalk script -----
  1399. on mouseup
  1400.   global charnamed
  1401.   put charnamed into field "tname18"
  1402. end mouseup
  1403.  
  1404.  
  1405. -- part 86 (field)
  1406. -- low flags: 01
  1407. -- high flags: 0000
  1408. -- rect: left=378 top=212 right=227 bottom=420
  1409. -- title width / last selected line: 0
  1410. -- icon id / first selected line: 0 / 0
  1411. -- text alignment: 1
  1412. -- font id: 3
  1413. -- text size: 10
  1414. -- style flags: 0
  1415. -- line height: 13
  1416. -- part name: tname19
  1417. ----- HyperTalk script -----
  1418. on mouseup
  1419.   global charnamed
  1420.   put charnamed into field "tname19"
  1421. end mouseup
  1422.  
  1423.  
  1424. -- part 87 (field)
  1425. -- low flags: 01
  1426. -- high flags: 0000
  1427. -- rect: left=378 top=231 right=246 bottom=420
  1428. -- title width / last selected line: 0
  1429. -- icon id / first selected line: 0 / 0
  1430. -- text alignment: 1
  1431. -- font id: 3
  1432. -- text size: 10
  1433. -- style flags: 0
  1434. -- line height: 13
  1435. -- part name: tname20
  1436. ----- HyperTalk script -----
  1437. on mouseup
  1438.   global charnamed
  1439.   put charnamed into field "tname20"
  1440. end mouseup
  1441.  
  1442.  
  1443. -- part 88 (field)
  1444. -- low flags: 01
  1445. -- high flags: 0000
  1446. -- rect: left=378 top=250 right=265 bottom=420
  1447. -- title width / last selected line: 0
  1448. -- icon id / first selected line: 0 / 0
  1449. -- text alignment: 1
  1450. -- font id: 3
  1451. -- text size: 10
  1452. -- style flags: 0
  1453. -- line height: 13
  1454. -- part name: tname21
  1455. ----- HyperTalk script -----
  1456. on mouseup
  1457.   global charnamed
  1458.   put charnamed into field "tname21"
  1459. end mouseup
  1460.  
  1461.  
  1462. -- part 89 (field)
  1463. -- low flags: 01
  1464. -- high flags: 0000
  1465. -- rect: left=378 top=269 right=284 bottom=420
  1466. -- title width / last selected line: 0
  1467. -- icon id / first selected line: 0 / 0
  1468. -- text alignment: 1
  1469. -- font id: 3
  1470. -- text size: 10
  1471. -- style flags: 0
  1472. -- line height: 13
  1473. -- part name: tname22
  1474. ----- HyperTalk script -----
  1475. on mouseup
  1476.   global charnamed
  1477.   put charnamed into field "tname22"
  1478. end mouseup
  1479.  
  1480.  
  1481. -- part 90 (field)
  1482. -- low flags: 01
  1483. -- high flags: 0000
  1484. -- rect: left=378 top=288 right=303 bottom=420
  1485. -- title width / last selected line: 0
  1486. -- icon id / first selected line: 0 / 0
  1487. -- text alignment: 1
  1488. -- font id: 3
  1489. -- text size: 10
  1490. -- style flags: 0
  1491. -- line height: 13
  1492. -- part name: tname23
  1493. ----- HyperTalk script -----
  1494. on mouseup
  1495.   global charnamed
  1496.   put charnamed into field "tname23"
  1497. end mouseup
  1498.  
  1499.  
  1500. -- part 91 (field)
  1501. -- low flags: 01
  1502. -- high flags: 0000
  1503. -- rect: left=378 top=307 right=322 bottom=420
  1504. -- title width / last selected line: 0
  1505. -- icon id / first selected line: 0 / 0
  1506. -- text alignment: 1
  1507. -- font id: 3
  1508. -- text size: 10
  1509. -- style flags: 0
  1510. -- line height: 13
  1511. -- part name: tname24
  1512. ----- HyperTalk script -----
  1513. on mouseup
  1514.   global charnamed
  1515.   put charnamed into field "tname24"
  1516. end mouseup
  1517.  
  1518.  
  1519. -- part 92 (field)
  1520. -- low flags: 00
  1521. -- high flags: 0000
  1522. -- rect: left=209 top=117 right=132 bottom=264
  1523. -- title width / last selected line: 0
  1524. -- icon id / first selected line: 0 / 0
  1525. -- text alignment: 1
  1526. -- font id: 3
  1527. -- text size: 10
  1528. -- style flags: 0
  1529. -- line height: 13
  1530. -- part name: texp2
  1531.  
  1532.  
  1533. -- part 93 (field)
  1534. -- low flags: 00
  1535. -- high flags: 0000
  1536. -- rect: left=209 top=136 right=151 bottom=264
  1537. -- title width / last selected line: 0
  1538. -- icon id / first selected line: 0 / 0
  1539. -- text alignment: 1
  1540. -- font id: 3
  1541. -- text size: 10
  1542. -- style flags: 0
  1543. -- line height: 13
  1544. -- part name: texp3
  1545.  
  1546.  
  1547. -- part 94 (field)
  1548. -- low flags: 00
  1549. -- high flags: 0000
  1550. -- rect: left=209 top=155 right=170 bottom=264
  1551. -- title width / last selected line: 0
  1552. -- icon id / first selected line: 0 / 0
  1553. -- text alignment: 1
  1554. -- font id: 3
  1555. -- text size: 10
  1556. -- style flags: 0
  1557. -- line height: 13
  1558. -- part name: texp4
  1559.  
  1560.  
  1561. -- part 95 (field)
  1562. -- low flags: 00
  1563. -- high flags: 0000
  1564. -- rect: left=209 top=174 right=189 bottom=264
  1565. -- title width / last selected line: 0
  1566. -- icon id / first selected line: 0 / 0
  1567. -- text alignment: 1
  1568. -- font id: 3
  1569. -- text size: 10
  1570. -- style flags: 0
  1571. -- line height: 13
  1572. -- part name: texp5
  1573.  
  1574.  
  1575. -- part 96 (field)
  1576. -- low flags: 00
  1577. -- high flags: 0000
  1578. -- rect: left=209 top=193 right=208 bottom=264
  1579. -- title width / last selected line: 0
  1580. -- icon id / first selected line: 0 / 0
  1581. -- text alignment: 1
  1582. -- font id: 3
  1583. -- text size: 10
  1584. -- style flags: 0
  1585. -- line height: 13
  1586. -- part name: texp6
  1587.  
  1588.  
  1589. -- part 97 (field)
  1590. -- low flags: 00
  1591. -- high flags: 0000
  1592. -- rect: left=209 top=212 right=227 bottom=264
  1593. -- title width / last selected line: 0
  1594. -- icon id / first selected line: 0 / 0
  1595. -- text alignment: 1
  1596. -- font id: 3
  1597. -- text size: 10
  1598. -- style flags: 0
  1599. -- line height: 13
  1600. -- part name: texp7
  1601.  
  1602.  
  1603. -- part 98 (field)
  1604. -- low flags: 00
  1605. -- high flags: 0000
  1606. -- rect: left=209 top=231 right=246 bottom=264
  1607. -- title width / last selected line: 0
  1608. -- icon id / first selected line: 0 / 0
  1609. -- text alignment: 1
  1610. -- font id: 3
  1611. -- text size: 10
  1612. -- style flags: 0
  1613. -- line height: 13
  1614. -- part name: texp8
  1615.  
  1616.  
  1617. -- part 99 (field)
  1618. -- low flags: 00
  1619. -- high flags: 0000
  1620. -- rect: left=209 top=250 right=265 bottom=264
  1621. -- title width / last selected line: 0
  1622. -- icon id / first selected line: 0 / 0
  1623. -- text alignment: 1
  1624. -- font id: 3
  1625. -- text size: 10
  1626. -- style flags: 0
  1627. -- line height: 13
  1628. -- part name: texp9
  1629.  
  1630.  
  1631. -- part 100 (field)
  1632. -- low flags: 00
  1633. -- high flags: 0000
  1634. -- rect: left=209 top=269 right=284 bottom=264
  1635. -- title width / last selected line: 0
  1636. -- icon id / first selected line: 0 / 0
  1637. -- text alignment: 1
  1638. -- font id: 3
  1639. -- text size: 10
  1640. -- style flags: 0
  1641. -- line height: 13
  1642. -- part name: texp10
  1643.  
  1644.  
  1645. -- part 101 (field)
  1646. -- low flags: 00
  1647. -- high flags: 0000
  1648. -- rect: left=209 top=288 right=303 bottom=264
  1649. -- title width / last selected line: 0
  1650. -- icon id / first selected line: 0 / 0
  1651. -- text alignment: 1
  1652. -- font id: 3
  1653. -- text size: 10
  1654. -- style flags: 0
  1655. -- line height: 13
  1656. -- part name: texp11
  1657.  
  1658.  
  1659. -- part 102 (field)
  1660. -- low flags: 00
  1661. -- high flags: 0000
  1662. -- rect: left=209 top=307 right=322 bottom=264
  1663. -- title width / last selected line: 0
  1664. -- icon id / first selected line: 0 / 0
  1665. -- text alignment: 1
  1666. -- font id: 3
  1667. -- text size: 10
  1668. -- style flags: 0
  1669. -- line height: 13
  1670. -- part name: texp12
  1671.  
  1672.  
  1673. -- part 104 (field)
  1674. -- low flags: 00
  1675. -- high flags: 0000
  1676. -- rect: left=422 top=117 right=132 bottom=477
  1677. -- title width / last selected line: 0
  1678. -- icon id / first selected line: 0 / 0
  1679. -- text alignment: 1
  1680. -- font id: 3
  1681. -- text size: 10
  1682. -- style flags: 0
  1683. -- line height: 13
  1684. -- part name: texp14
  1685.  
  1686.  
  1687. -- part 105 (field)
  1688. -- low flags: 00
  1689. -- high flags: 0000
  1690. -- rect: left=422 top=136 right=151 bottom=477
  1691. -- title width / last selected line: 0
  1692. -- icon id / first selected line: 0 / 0
  1693. -- text alignment: 1
  1694. -- font id: 3
  1695. -- text size: 10
  1696. -- style flags: 0
  1697. -- line height: 13
  1698. -- part name: texp15
  1699.  
  1700.  
  1701. -- part 106 (field)
  1702. -- low flags: 00
  1703. -- high flags: 0000
  1704. -- rect: left=422 top=155 right=170 bottom=477
  1705. -- title width / last selected line: 0
  1706. -- icon id / first selected line: 0 / 0
  1707. -- text alignment: 1
  1708. -- font id: 3
  1709. -- text size: 10
  1710. -- style flags: 0
  1711. -- line height: 13
  1712. -- part name: texp16
  1713.  
  1714.  
  1715. -- part 107 (field)
  1716. -- low flags: 00
  1717. -- high flags: 0000
  1718. -- rect: left=422 top=174 right=189 bottom=477
  1719. -- title width / last selected line: 0
  1720. -- icon id / first selected line: 0 / 0
  1721. -- text alignment: 1
  1722. -- font id: 3
  1723. -- text size: 10
  1724. -- style flags: 0
  1725. -- line height: 13
  1726. -- part name: texp17
  1727.  
  1728.  
  1729. -- part 108 (field)
  1730. -- low flags: 00
  1731. -- high flags: 0000
  1732. -- rect: left=422 top=193 right=208 bottom=477
  1733. -- title width / last selected line: 0
  1734. -- icon id / first selected line: 0 / 0
  1735. -- text alignment: 1
  1736. -- font id: 3
  1737. -- text size: 10
  1738. -- style flags: 0
  1739. -- line height: 13
  1740. -- part name: texp18
  1741.  
  1742.  
  1743. -- part 109 (field)
  1744. -- low flags: 00
  1745. -- high flags: 0000
  1746. -- rect: left=422 top=212 right=227 bottom=477
  1747. -- title width / last selected line: 0
  1748. -- icon id / first selected line: 0 / 0
  1749. -- text alignment: 1
  1750. -- font id: 3
  1751. -- text size: 10
  1752. -- style flags: 0
  1753. -- line height: 13
  1754. -- part name: texp19
  1755.  
  1756.  
  1757. -- part 110 (field)
  1758. -- low flags: 00
  1759. -- high flags: 0000
  1760. -- rect: left=422 top=231 right=246 bottom=477
  1761. -- title width / last selected line: 0
  1762. -- icon id / first selected line: 0 / 0
  1763. -- text alignment: 1
  1764. -- font id: 3
  1765. -- text size: 10
  1766. -- style flags: 0
  1767. -- line height: 13
  1768. -- part name: texp20
  1769.  
  1770.  
  1771. -- part 111 (field)
  1772. -- low flags: 00
  1773. -- high flags: 0000
  1774. -- rect: left=422 top=250 right=265 bottom=477
  1775. -- title width / last selected line: 0
  1776. -- icon id / first selected line: 0 / 0
  1777. -- text alignment: 1
  1778. -- font id: 3
  1779. -- text size: 10
  1780. -- style flags: 0
  1781. -- line height: 13
  1782. -- part name: texp21
  1783.  
  1784.  
  1785. -- part 112 (field)
  1786. -- low flags: 00
  1787. -- high flags: 0000
  1788. -- rect: left=422 top=269 right=284 bottom=477
  1789. -- title width / last selected line: 0
  1790. -- icon id / first selected line: 0 / 0
  1791. -- text alignment: 1
  1792. -- font id: 3
  1793. -- text size: 10
  1794. -- style flags: 0
  1795. -- line height: 13
  1796. -- part name: texp22
  1797.  
  1798.  
  1799. -- part 113 (field)
  1800. -- low flags: 00
  1801. -- high flags: 0000
  1802. -- rect: left=422 top=288 right=303 bottom=477
  1803. -- title width / last selected line: 0
  1804. -- icon id / first selected line: 0 / 0
  1805. -- text alignment: 1
  1806. -- font id: 3
  1807. -- text size: 10
  1808. -- style flags: 0
  1809. -- line height: 13
  1810. -- part name: texp23
  1811.  
  1812.  
  1813. -- part 114 (field)
  1814. -- low flags: 00
  1815. -- high flags: 0000
  1816. -- rect: left=422 top=307 right=322 bottom=477
  1817. -- title width / last selected line: 0
  1818. -- icon id / first selected line: 0 / 0
  1819. -- text alignment: 1
  1820. -- font id: 3
  1821. -- text size: 10
  1822. -- style flags: 0
  1823. -- line height: 13
  1824. -- part name: texp24
  1825.  
  1826.  
  1827. -- part 115 (button)
  1828. -- low flags: 00
  1829. -- high flags: 0000
  1830. -- rect: left=11 top=133 right=188 bottom=61
  1831. -- title width / last selected line: 0
  1832. -- icon id / first selected line: 0 / 0
  1833. -- text alignment: 1
  1834. -- font id: 0
  1835. -- text size: 12
  1836. -- style flags: 0
  1837. -- line height: 16
  1838. -- part name: 
  1839. ----- HyperTalk script -----
  1840. on mouseUp
  1841.   answer "Do you really want to clear the chart?" with "Cancel" or "OK"
  1842.   if it is "OK" then
  1843.     ls
  1844.     set the cursor to 4
  1845.     delete line 1 of field "t2"
  1846.     delete line 1 of field "t3"
  1847.     delete line 1 of field "t4"
  1848.     delete line 1 of field "t5"
  1849.     delete line 1 of field "t6"
  1850.     delete line 1 of field "t7"
  1851.     delete line 1 of field "t8"
  1852.     delete line 1 of field "t9"
  1853.     delete line 1 of field "t10"
  1854.     delete line 1 of field "t11"
  1855.     delete line 1 of field "t12"
  1856.     delete line 1 of field "t14"
  1857.     delete line 1 of field "t15"
  1858.     delete line 1 of field "t16"
  1859.     delete line 1 of field "t17"
  1860.     delete line 1 of field "t18"
  1861.     delete line 1 of field "t19"
  1862.     delete line 1 of field "t20"
  1863.     delete line 1 of field "t21"
  1864.     delete line 1 of field "t22"
  1865.     delete line 1 of field "t23"
  1866.     delete line 1 of field "t24"
  1867.     delete line 1 of field "tname2"
  1868.     delete line 1 of field "tname3"
  1869.     delete line 1 of field "tname4"
  1870.     delete line 1 of field "tname5"
  1871.     delete line 1 of field "tname6"
  1872.     delete line 1 of field "tname7"
  1873.     delete line 1 of field "tname8"
  1874.     delete line 1 of field "tname9"
  1875.     delete line 1 of field "tname10"
  1876.     delete line 1 of field "tname11"
  1877.     delete line 1 of field "tname12"
  1878.     delete line 1 of field "tname14"
  1879.     delete line 1 of field "tname15"
  1880.     delete line 1 of field "tname16"
  1881.     delete line 1 of field "tname17"
  1882.     delete line 1 of field "tname18"
  1883.     delete line 1 of field "tname19"
  1884.     delete line 1 of field "tname20"
  1885.     delete line 1 of field "tname21"
  1886.     delete line 1 of field "tname22"
  1887.     delete line 1 of field "tname23"
  1888.     delete line 1 of field "tname24"
  1889.     delete line 1 of field "texp2"
  1890.     delete line 1 of field "texp3"
  1891.     delete line 1 of field "texp4"
  1892.     delete line 1 of field "texp5"
  1893.     delete line 1 of field "texp6"
  1894.     delete line 1 of field "texp7"
  1895.     delete line 1 of field "texp8"
  1896.     delete line 1 of field "texp9"
  1897.     delete line 1 of field "texp10"
  1898.     delete line 1 of field "texp11"
  1899.     delete line 1 of field "texp12"
  1900.     delete line 1 of field "texp14"
  1901.     delete line 1 of field "texp15"
  1902.     delete line 1 of field "texp16"
  1903.     delete line 1 of field "texp17"
  1904.     delete line 1 of field "texp18"
  1905.     delete line 1 of field "texp19"
  1906.     delete line 1 of field "texp20"
  1907.     delete line 1 of field "texp21"
  1908.     delete line 1 of field "texp22"
  1909.     delete line 1 of field "texp23"
  1910.     delete line 1 of field "texp24"
  1911.   end if
  1912. end mouseUp
  1913.  
  1914.  
  1915.  
  1916. -- part 116 (button)
  1917. -- low flags: 00
  1918. -- high flags: 0000
  1919. -- rect: left=330 top=15 right=47 bottom=371
  1920. -- title width / last selected line: 0
  1921. -- icon id / first selected line: 0 / 0
  1922. -- text alignment: 1
  1923. -- font id: 0
  1924. -- text size: 12
  1925. -- style flags: 0
  1926. -- line height: 16
  1927. -- part name: 
  1928. ----- HyperTalk script -----
  1929. on mouseUp
  1930.   vd
  1931.   go card "Treasure & Items"
  1932. end mouseUp
  1933.  
  1934.  
  1935.  
  1936. -- part 117 (button)
  1937. -- low flags: 00
  1938. -- high flags: 0000
  1939. -- rect: left=373 top=15 right=47 bottom=414
  1940. -- title width / last selected line: 0
  1941. -- icon id / first selected line: 0 / 0
  1942. -- text alignment: 1
  1943. -- font id: 0
  1944. -- text size: 12
  1945. -- style flags: 0
  1946. -- line height: 16
  1947. -- part name: 
  1948. ----- HyperTalk script -----
  1949. on mouseUp
  1950.   play harpsichord
  1951. end mouseUp
  1952.  
  1953.  
  1954.  
  1955. -- part 118 (field)
  1956. -- low flags: 01
  1957. -- high flags: 0002
  1958. -- rect: left=95 top=74 right=89 bottom=125
  1959. -- title width / last selected line: 0
  1960. -- icon id / first selected line: 0 / 0
  1961. -- text alignment: 1
  1962. -- font id: 3
  1963. -- text size: 9
  1964. -- style flags: 0
  1965. -- line height: 12
  1966. -- part name: charname1
  1967. ----- HyperTalk script -----
  1968. on mouseup
  1969.  
  1970.   global name1
  1971.   global charnamed
  1972.  
  1973.   put name1 into charnamed
  1974.  
  1975. end mouseup
  1976.  
  1977.  
  1978.  
  1979. -- part 121 (field)
  1980. -- low flags: 01
  1981. -- high flags: 0002
  1982. -- rect: left=127 top=74 right=89 bottom=157
  1983. -- title width / last selected line: 0
  1984. -- icon id / first selected line: 0 / 0
  1985. -- text alignment: 1
  1986. -- font id: 3
  1987. -- text size: 9
  1988. -- style flags: 0
  1989. -- line height: 12
  1990. -- part name: charname2
  1991. ----- HyperTalk script -----
  1992. on mouseup
  1993.  
  1994.   global name2
  1995.   global charnamed
  1996.  
  1997.   put name2 into charnamed
  1998.  
  1999. end mouseup
  2000.  
  2001.  
  2002.  
  2003. -- part 122 (field)
  2004. -- low flags: 01
  2005. -- high flags: 0002
  2006. -- rect: left=159 top=74 right=89 bottom=189
  2007. -- title width / last selected line: 0
  2008. -- icon id / first selected line: 0 / 0
  2009. -- text alignment: 1
  2010. -- font id: 3
  2011. -- text size: 9
  2012. -- style flags: 0
  2013. -- line height: 12
  2014. -- part name: charname3
  2015. ----- HyperTalk script -----
  2016. on mouseup
  2017.  
  2018.   global name3
  2019.   global charnamed
  2020.  
  2021.   put name3 into charnamed
  2022.  
  2023. end mouseup
  2024.  
  2025.  
  2026.  
  2027. -- part 123 (field)
  2028. -- low flags: 01
  2029. -- high flags: 0002
  2030. -- rect: left=191 top=74 right=89 bottom=221
  2031. -- title width / last selected line: 0
  2032. -- icon id / first selected line: 0 / 0
  2033. -- text alignment: 1
  2034. -- font id: 3
  2035. -- text size: 9
  2036. -- style flags: 0
  2037. -- line height: 12
  2038. -- part name: charname4
  2039. ----- HyperTalk script -----
  2040. on mouseup
  2041.  
  2042.   global name4
  2043.   global charnamed
  2044.  
  2045.   put name4 into charnamed
  2046.  
  2047. end mouseup
  2048.  
  2049.  
  2050.  
  2051. -- part 124 (field)
  2052. -- low flags: 01
  2053. -- high flags: 0002
  2054. -- rect: left=223 top=74 right=89 bottom=253
  2055. -- title width / last selected line: 0
  2056. -- icon id / first selected line: 0 / 0
  2057. -- text alignment: 1
  2058. -- font id: 3
  2059. -- text size: 9
  2060. -- style flags: 0
  2061. -- line height: 12
  2062. -- part name: charname5
  2063. ----- HyperTalk script -----
  2064. on mouseup
  2065.  
  2066.   global name5
  2067.   global charnamed
  2068.  
  2069.   put name5 into charnamed
  2070.  
  2071. end mouseup
  2072.  
  2073.  
  2074.  
  2075. -- part 125 (field)
  2076. -- low flags: 01
  2077. -- high flags: 0002
  2078. -- rect: left=255 top=74 right=89 bottom=285
  2079. -- title width / last selected line: 0
  2080. -- icon id / first selected line: 0 / 0
  2081. -- text alignment: 1
  2082. -- font id: 3
  2083. -- text size: 9
  2084. -- style flags: 0
  2085. -- line height: 12
  2086. -- part name: charname6
  2087. ----- HyperTalk script -----
  2088. on mouseup
  2089.  
  2090.   global name6
  2091.   global charnamed
  2092.  
  2093.   put name6 into charnamed
  2094.  
  2095. end mouseup
  2096.  
  2097.  
  2098.  
  2099. -- part 126 (field)
  2100. -- low flags: 01
  2101. -- high flags: 0002
  2102. -- rect: left=287 top=74 right=89 bottom=317
  2103. -- title width / last selected line: 0
  2104. -- icon id / first selected line: 0 / 0
  2105. -- text alignment: 1
  2106. -- font id: 3
  2107. -- text size: 9
  2108. -- style flags: 0
  2109. -- line height: 12
  2110. -- part name: charname7
  2111. ----- HyperTalk script -----
  2112. on mouseup
  2113.  
  2114.   global name7
  2115.   global charnamed
  2116.  
  2117.   put name7 into charnamed
  2118.  
  2119. end mouseup
  2120.  
  2121.  
  2122.  
  2123. -- part 127 (field)
  2124. -- low flags: 01
  2125. -- high flags: 0002
  2126. -- rect: left=319 top=74 right=89 bottom=349
  2127. -- title width / last selected line: 0
  2128. -- icon id / first selected line: 0 / 0
  2129. -- text alignment: 1
  2130. -- font id: 3
  2131. -- text size: 9
  2132. -- style flags: 0
  2133. -- line height: 12
  2134. -- part name: charname8
  2135. ----- HyperTalk script -----
  2136. on mouseup
  2137.  
  2138.   global name8
  2139.   global charnamed
  2140.  
  2141.   put name8 into charnamed
  2142.  
  2143. end mouseup
  2144.  
  2145.  
  2146.  
  2147. -- part 128 (field)
  2148. -- low flags: 01
  2149. -- high flags: 0002
  2150. -- rect: left=351 top=74 right=89 bottom=381
  2151. -- title width / last selected line: 0
  2152. -- icon id / first selected line: 0 / 0
  2153. -- text alignment: 1
  2154. -- font id: 3
  2155. -- text size: 9
  2156. -- style flags: 0
  2157. -- line height: 12
  2158. -- part name: charname9
  2159. ----- HyperTalk script -----
  2160. on mouseup
  2161.  
  2162.   global name9
  2163.   global charnamed
  2164.  
  2165.   put name9 into charnamed
  2166.  
  2167. end mouseup
  2168.  
  2169.  
  2170.  
  2171. -- part 129 (field)
  2172. -- low flags: 01
  2173. -- high flags: 0002
  2174. -- rect: left=383 top=74 right=89 bottom=413
  2175. -- title width / last selected line: 0
  2176. -- icon id / first selected line: 0 / 0
  2177. -- text alignment: 1
  2178. -- font id: 3
  2179. -- text size: 9
  2180. -- style flags: 0
  2181. -- line height: 12
  2182. -- part name: charname10
  2183. ----- HyperTalk script -----
  2184. on mouseup
  2185.  
  2186.   global name10
  2187.   global charnamed
  2188.  
  2189.   put name10 into charnamed
  2190.  
  2191. end mouseup
  2192.  
  2193.  
  2194.  
  2195. -- part 130 (field)
  2196. -- low flags: 01
  2197. -- high flags: 0002
  2198. -- rect: left=415 top=74 right=89 bottom=445
  2199. -- title width / last selected line: 0
  2200. -- icon id / first selected line: 0 / 0
  2201. -- text alignment: 1
  2202. -- font id: 3
  2203. -- text size: 9
  2204. -- style flags: 0
  2205. -- line height: 12
  2206. -- part name: charname11
  2207. ----- HyperTalk script -----
  2208. on mouseup
  2209.  
  2210.   global name11
  2211.   global charnamed
  2212.  
  2213.   put name11 into charnamed
  2214.  
  2215. end mouseup
  2216.  
  2217.  
  2218.  
  2219. -- part 131 (field)
  2220. -- low flags: 01
  2221. -- high flags: 0002
  2222. -- rect: left=447 top=74 right=89 bottom=477
  2223. -- title width / last selected line: 0
  2224. -- icon id / first selected line: 0 / 0
  2225. -- text alignment: 1
  2226. -- font id: 3
  2227. -- text size: 9
  2228. -- style flags: 0
  2229. -- line height: 12
  2230. -- part name: charname12
  2231. ----- HyperTalk script -----
  2232. on mouseup
  2233.  
  2234.   global name12
  2235.   global charnamed
  2236.  
  2237.   put name12 into charnamed
  2238.  
  2239. end mouseup
  2240.  
  2241.  
  2242.  
  2243. -- part 132 (button)
  2244. -- low flags: 00
  2245. -- high flags: 0000
  2246. -- rect: left=11 top=71 right=126 bottom=61
  2247. -- title width / last selected line: 0
  2248. -- icon id / first selected line: 0 / 0
  2249. -- text alignment: 1
  2250. -- font id: 0
  2251. -- text size: 12
  2252. -- style flags: 0
  2253. -- line height: 16
  2254. -- part name: 
  2255. ----- HyperTalk script -----
  2256. on mouseUp
  2257.   answer "Do you really want to clear the names?" with "Cancel" or "OK"
  2258.   if it is "OK" then
  2259.     ls
  2260.     set the cursor to 4
  2261.     delete line 1 of field "charname1"
  2262.     delete line 1 of field "charname2"
  2263.     delete line 1 of field "charname3"
  2264.     delete line 1 of field "charname4"
  2265.     delete line 1 of field "charname5"
  2266.     delete line 1 of field "charname6"
  2267.     delete line 1 of field "charname7"
  2268.     delete line 1 of field "charname8"
  2269.     delete line 1 of field "charname9"
  2270.     delete line 1 of field "charname10"
  2271.     delete line 1 of field "charname11"
  2272.     delete line 1 of field "charname12"
  2273.   end if
  2274. end mouseUp
  2275.  
  2276.  
  2277.  
  2278. -- part 133 (button)
  2279. -- low flags: 00
  2280. -- high flags: 2000
  2281. -- rect: left=6 top=6 right=60 bottom=146
  2282. -- title width / last selected line: 0
  2283. -- icon id / first selected line: 0 / 0
  2284. -- text alignment: 1
  2285. -- font id: 0
  2286. -- text size: 12
  2287. -- style flags: 0
  2288. -- line height: 16
  2289. -- part name: 
  2290. ----- HyperTalk script -----
  2291. on mouseUp
  2292.   answer "Compact the Treasure & Spells Stack?" with "Cancel" or "OK"
  2293.   if it is "OK" then
  2294.     doMenu Compact Stack
  2295.   end if
  2296. end mouseUp
  2297.  
  2298.